<?php // Insert a line break with new line echo nl2br("This is first line \n This is second " + "line \n This is third line \n This is forth line"); ?>